Gbp-Pq: Name 0001-Exclude-cxxopts.patch
# Enable case-sensitive mode for GKeyFile compatibility
target_compile_definitions(mINI INTERFACE MINI_CASE_SENSITIVE)
-# cxxopts - header-only command line argument parser
-add_library(cxxopts INTERFACE)
-target_include_directories(cxxopts INTERFACE ${CMAKE_CURRENT_SOURCE_DIR}/cxxopts)
# systestdriver - standalone C++ test driver (no FontForge dependencies)
add_executable(systestdriver systestdriver.cpp)
-target_link_libraries(systestdriver PRIVATE cxxopts)
set_target_properties(systestdriver PROPERTIES CXX_STANDARD 17 CXX_STANDARD_REQUIRED ON)
if(CMAKE_CXX_COMPILER_ID MATCHES "GNU|Clang")
target_compile_options(systestdriver PRIVATE -Wall -pedantic)